update Qt 6 builds to 6.2.3 (#848)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Tue, 1 Feb 2022 13:22:58 +0000 (06:22 -0700)
committerGitHub <noreply@github.com>
Tue, 1 Feb 2022 13:22:58 +0000 (06:22 -0700)
.github/workflows/macos.yml
.github/workflows/windows.yml

index 5125217d0a2b16e0912444a1ad66e529ab5d0ddc..805ea7a4e71d733f20278f7d66ab5ddabb958304 100644 (file)
@@ -103,9 +103,9 @@ jobs:
 
   macos_qt6:
     name: macos Qt6 Build
-    runs-on: macos-11
+    runs-on: macos-latest
     env:
-      QT_VERSION: '6.2.2'
+      QT_VERSION: '6.2.3'
 
     steps:
     - name: Checkout repository
index 24e737dfc3951fea50e2ceae94fa89f8e8191e66..f41950601d7d0cd66437a811a028437283131c8a 100644 (file)
@@ -54,7 +54,7 @@ jobs:
             METHOD: 'aqt'
             RELEASE: false
             FLOW: 'nmake'
-          - QT_VERSION: '6.2.2'
+          - QT_VERSION: '6.2.3'
             ARCH: 'amd64'
             HOST_ARCH: 'amd64'
             COMPILER: 'msvc2019_64'